PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / PDFFlowTableStringCell Constructor / PDFFlowTableStringCell Constructor(String,boolean)
The cell content.
True if the cell content should be wrapped on multiple lines.
In This Topic
    PDFFlowTableStringCell Constructor(String,boolean)
    In This Topic
    Initializes a new PDFFlowTableStringCell object.
    Syntax
    public PDFFlowTableStringCell( 
       java.lang.String content,
       boolean multiline
    )

    Parameters

    content
    The cell content.
    multiline
    True if the cell content should be wrapped on multiple lines.
    See Also